CxCvs Enumeration Constants

The following tables define the enumeration constants that users can incorporate into CxCvs scripts.

Direction (CxCvsLib.CxDirection)

The CxDirection object is used in:

Name Value Description

dirForward

0

Forward

dirBackward

1

Backward

Timestamp Type (CxCvsLib.CxTimeStampType)

The CxTimeStampType object is used in:

Name Value Description

typeFILETIME

1

File Time

typeUCT

2

Coordinated Universal Time (UTC)

Value Type (CxCvsLib.CxValueType)

The CxValueType object is used in:

Name Value Description

typeString

1

String

typeLong

2

Long

typeDouble

3

Double

Back to top